home *** CD-ROM | disk | FTP | other *** search
- object frmAddArgument: TfrmAddArgument
- Left = 540
- Top = 234
- BorderStyle = bsDialog
- Caption = 'Add Argument'
- ClientHeight = 144
- ClientWidth = 239
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label5: TLabel
- Left = 10
- Top = 16
- Width = 71
- Height = 13
- Caption = '&Argument type:'
- end
- object Label4: TLabel
- Left = 10
- Top = 65
- Width = 77
- Height = 13
- Caption = 'Argument &value:'
- FocusControl = edtArgValue
- end
- object cbxReturnType: TComboBox
- Left = 10
- Top = 32
- Width = 219
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbxReturnTypeChange
- end
- object edtArgValue: TEdit
- Left = 10
- Top = 81
- Width = 219
- Height = 21
- TabOrder = 1
- OnChange = cbxReturnTypeChange
- end
- object Button1: TButton
- Left = 69
- Top = 112
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object Button2: TButton
- Left = 154
- Top = 112
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMStepBuilder'
- Left = 24
- TargetsData = (
- 1
- 6
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- '*'
- 'Cells'
- 0)
- (
- 'TRichEdit'
- 'Text'
- 0)
- (
- 'TMemo'
- 'Text'
- 0))
- end
- end
-